Let C-h f do autoloading, and report if a function was previously autoloaded.
authorChong Yidong <cyd@gnu.org>
Wed, 27 Jun 2012 05:47:14 +0000 (13:47 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 27 Jun 2012 05:47:14 +0000 (13:47 +0800)
commitc2cee2b5a0c285c983fde245a88d87eb7ff59dc7
tree055201706ce0f19876919e4fb7dc20a2b3b49102
parent971db3d9cffd2bdc4661d142b73d0e926900e859
Let C-h f do autoloading, and report if a function was previously autoloaded.

* lisp/help-fns.el (help-fns--autoloaded-p): New function.
(describe-function-1): Refer to a function as "autoloaded" if it
was autoloaded at any time in the past.  Perform autoloading if
help-enable-auto-load is non-nil.

* lisp/help.el (help-enable-auto-load): New variable.

* src/doc.c (Fsubstitute_command_keys): Fix punctuation.
etc/NEWS
lisp/ChangeLog
lisp/help-fns.el
lisp/help.el
src/ChangeLog
src/doc.c